home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libgtk2.0-0.postrm < prev    next >
Text File  |  2008-10-18  |  193b  |  18 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. case "$1" in
  6.   purge)
  7.     rm -rf /etc/gtk-2.0
  8.   ;;
  9. esac
  10.  
  11. # Automatically added by dh_makeshlibs
  12. if [ "$1" = "remove" ]; then
  13.     ldconfig
  14. fi
  15. # End automatically added section
  16.  
  17.  
  18.